Skip to content

Commit 142664c

Browse files
author
FMS-Cat
committed
chore: update npm scripts
1 parent c8792bd commit 142664c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/automaton-fxs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"license": "MIT",
2828
"scripts": {
2929
"dev": "cross-env NODE_ENV=development ESM=1 SERVE=1 rollup -w -c -o dist/automaton-fxs.module.js",
30-
"all": "yarn lint && yarn test && yarn clean && yarn build",
30+
"all": "yarn && yarn lint && yarn test && yarn clean && yarn build",
31+
"version": "yarn all",
3132
"clean": "rimraf dist/ ts*/ types/",
3233
"test": "jest",
3334
"lint": "eslint \"src/**/*.{ts,tsx}\"",

packages/automaton-with-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"scripts": {
2929
"dev": "cross-env NODE_ENV=development SERVE=1 rollup -w -c -o dist/automaton-with-gui.js",
30-
"all": "yarn lint && yarn test && yarn clean && yarn build && yarn docs",
30+
"all": "yarn && yarn lint && yarn test && yarn clean && yarn build && yarn docs",
3131
"version": "yarn all",
3232
"clean": "rimraf dist/ docs/ ts*/ types/",
3333
"test": "jest",

packages/automaton/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"license": "MIT",
2828
"scripts": {
2929
"dev": "cross-env NODE_ENV=development ESM=1 SERVE=1 rollup -w -c -o dist/automaton.module.js",
30-
"all": "yarn lint && yarn test && yarn clean && yarn build && yarn docs",
30+
"all": "yarn && yarn lint && yarn test && yarn clean && yarn build && yarn docs",
31+
"version": "yarn all",
3132
"clean": "rimraf dist/ docs/ ts*/ types/",
3233
"test": "jest",
3334
"lint": "eslint \"src/**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)