Skip to content

Commit 019a235

Browse files
authored
build(devs-infra): fix release script (#3113)
1 parent 39c103f commit 019a235

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Tests
22
e2e
3+
examples
34

45
# sources are inlined
56
src

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"doc:build": "cd website && npm run build",
2323
"changelog": "node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
2424
"prepare": "npm run build",
25-
"prepublishOnly": "npm run test-ci",
26-
"preversion": "npm run test-ci",
25+
"prepublishOnly": "npm run test",
26+
"preversion": "npm run test",
2727
"version": "npm run changelog && git add CHANGELOG.md",
2828
"raw:options": "node scripts/generate-raw-compiler-options.js"
2929
},

0 commit comments

Comments
 (0)