Skip to content

Commit

Permalink
Flip order of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Mar 2, 2022
1 parent 9c41432 commit 55497cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"typescript": "^4.6.2"
},
"scripts": {
"build": "npm run build:es && npm run build:cjs",
"build:es": "tsc --build packages/* test",
"build:cjs": "tsc -p packages/parse5/tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > packages/parse5/dist/cjs/package.json",
"build": "npm run build:es && npm run build:cjs",
"prettier": "prettier '**/*.{js,ts,md,json,yml}' --loglevel warn",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
Expand Down

0 comments on commit 55497cc

Please sign in to comment.