We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515d97e commit df1ffc4Copy full SHA for df1ffc4
‎.github/workflows/build.yml
@@ -33,8 +33,8 @@ jobs:
33
run: |
34
npm install
35
36
- echo "Run build"
37
- npm run build
38
-
39
echo "Run tests"
40
npm run test
+
+ echo "Run build"
+ npm run build
‎package.json
@@ -10,7 +10,7 @@
10
"postbuild": "cp -v manifest.json README.md build",
11
"test": "npx jest",
12
"prettier": "prettier -w 'src/**/*.ts'",
13
- "preversion": "npm run build && npm run test",
+ "preversion": "npm run test && npm run build",
14
"version": "auto-changelog -p",
15
"brat-notes": "run() { auto-changelog --stdout --hide-credit --hide-empty-releases --template .github/changelog.hbs -v $1 --starting-version $1 > release-notes.md; }; run"
16
},
0 commit comments