Skip to content

Commit

Permalink
Merge pull request #470 from commenthol/fix-yaml-before-build
Browse files Browse the repository at this point in the history
chore: run yaml before build
  • Loading branch information
commenthol authored Mar 21, 2024
2 parents a107f13 + 1ee2e82 commit 58a116f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@
"test": "test"
},
"scripts": {
"all": "npm-run-all clean yaml build lint test doc:tree doc:attrib webpack",
"build": "rollup -c",
"all": "npm-run-all clean build lint test doc:tree doc:attrib webpack",
"build": "npm-run-all yaml build:only",
"build:only": "rollup -c",
"changelog": "contributors && node scripts/gitlog.cjs",
"ci": "TEST_XXL=1 npm-run-all yaml build test",
"clean": "rimraf lib dist src/data.js",
Expand Down

0 comments on commit 58a116f

Please sign in to comment.