File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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}\" " ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}\" " ,
You can’t perform that action at this time.
0 commit comments